English
cURL
curl --request POST \ --url https://api.sequence.app/rpc/Builder/AddAudienceContacts \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data '{ "projectId": 123, "audienceId": 123, "contacts": [ { "id": 123, "audienceId": 123, "name": "<string>", "address": "<string>", "email": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }'
{ "ok": true }
Contacts
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
The response is of type object.
object
Was this page helpful?